Class com.symantec.itools.beans.TaggedIntPropertyEditor.TaggedInt
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.beans.TaggedIntPropertyEditor.TaggedInt

Object
   |
   +----com.symantec.itools.beans.TaggedIntPropertyEditor. TaggedInt

protected static class TaggedIntPropertyEditor.TaggedInt
extends Object

Note: This class is not public and therefore cannot be used outside this package.

Variable Index

 o m_InitializationString
 o m_Tag
 o m_Value

Constructor Index

 o com.symantec.itools.beans.TaggedIntPropertyEditor. TaggedInt(String, int, String)

Method Index

 o getInitializationString()
 o getTag()
 o getValue()

Variables

 o m_InitializationString
protected java.lang.String m_InitializationString
 o m_Tag
protected java.lang.String m_Tag
 o m_Value
protected int m_Value

Constructors

 o TaggedIntPropertyEditor.TaggedInt
public TaggedIntPropertyEditor.TaggedInt(String tag,
                                         int value,
                                         String initializationString)

Methods

 o getInitializationString
public java.lang.String getInitializationString()
 o getTag
public java.lang.String getTag()
 o getValue
public int getValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index